home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / gentoo_GLSA-200406-05.nasl < prev    next >
Text File  |  2005-03-31  |  3KB  |  74 lines

  1. # This script was automatically generated from 
  2. #  http://www.gentoo.org/security/en/glsa/glsa-200406-05.xml
  3. # It is released under the Nessus Script Licence.
  4. # The messages are release under the Creative Commons - Attribution /
  5. # Share Alike license. See http://creativecommons.org/licenses/by-sa/2.0/
  6. #
  7. # Avisory is copyright 2001-2004 Gentoo Foundation, Inc.
  8. # GLSA2nasl Convertor is copyright 2004 Michel Arboi
  9.  
  10. if (! defined_func('bn_random')) exit(0);
  11.  
  12. if (description)
  13. {
  14.  script_id(14516);
  15.  script_version("$Revision: 1.1 $");
  16.  script_xref(name: "GLSA", value: "200406-05");
  17.  script_cve_id("CAN-2004-0488");
  18.  
  19.  desc = 'The remote host is affected by the vulnerability described in GLSA-200406-05
  20. (Apache: Buffer overflow in mod_ssl)
  21.  
  22.  
  23.     A bug in the function ssl_util_uuencode_binary in ssl_util.c may lead to a
  24.     remote buffer overflow on a server configured to use FakeBasicAuth that
  25.     will trust a client certificate with an issuing CA with a subject DN longer
  26.     than 6k.
  27.   
  28. Impact
  29.  
  30.     Given the right server configuration, an attacker could cause a Denial of
  31.     Service or execute code as the user running Apache, usually
  32.     "apache". It is thought to be impossible to exploit this to
  33.     execute code on the x86 platform, but the possibility for other platforms
  34.     is unknown. This does not preclude a DoS on x86 systems.
  35.   
  36. Workaround
  37.  
  38.     A server should not be vulnerable if it is not configured to use
  39.     FakeBasicAuth and to trust a client CA with a long subject DN.
  40.   
  41. References:
  42.     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0488
  43.  
  44.  
  45. Solution: 
  46.     Apache 1.x users should upgrade to the latest version of mod_ssl:
  47.     # emerge sync
  48.     # emerge -pv ">=net-www/mod_ssl-2.8.18"
  49.     # emerge ">=net-www/mod_ssl-2.8.18"
  50.     Apache 2.x users should upgrade to the latest version of Apache:
  51.     # emerge sync
  52.     # emerge -pv ">=net-www/apache-2.0.49-r3"
  53.     # emerge ">=net-www/apache-2.0.49-r3"
  54.   
  55.  
  56. Risk Factor : High
  57. ';
  58.  script_description(english: desc);
  59.  script_copyright(english: "(C) 2004 Michel Arboi");
  60.  script_name(english: "[GLSA-200406-05] Apache: Buffer overflow in mod_ssl");
  61.  script_category(ACT_GATHER_INFO);
  62.  script_family(english: "Gentoo Local Security Checks");
  63.  script_dependencies("ssh_get_info.nasl");
  64.  script_require_keys('Host/Gentoo/qpkg-list');
  65.  script_summary(english: 'Apache: Buffer overflow in mod_ssl');
  66.  exit(0);
  67. }
  68.  
  69. include('qpkg.inc');
  70. if (qpkg_check(package: "net-www/apache", unaffected: make_list("lt 2.0", "ge 2.0.49-r3"), vulnerable: make_list("le 2.0.49-r2")
  71. )) { security_hole(0); exit(0); }
  72. if (qpkg_check(package: "net-www/mod_ssl", unaffected: make_list("ge 2.8.18"), vulnerable: make_list("lt 2.8.18")
  73. )) { security_hole(0); exit(0); }
  74.